From 41e851f6adf4af476987f62926aafb7980bdac39 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Sat, 8 Sep 2007 10:06:15 +0100 Subject: [PATCH] Install xen/xsm headers to .../usr/include/xen/xsm/ Signed-off-by: Ben Guthro --- xen/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/Makefile b/xen/Makefile index 3b1403f990..464ed41260 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -35,12 +35,15 @@ _install: $(TARGET).gz build-headers $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/hvm [ -d $(DESTDIR)/usr/include/xen/io ] || \ $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/io + [ -d $(DESTDIR)/usr/include/xen/xsm ] || \ + $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/xsm [ -d $(DESTDIR)/usr/include/xen/foreign ] || \ $(INSTALL_DIR) $(DESTDIR)/usr/include/xen/foreign $(INSTALL_DATA) include/public/*.h $(DESTDIR)/usr/include/xen $(INSTALL_DATA) include/public/arch-x86/*.h $(DESTDIR)/usr/include/xen/arch-x86 $(INSTALL_DATA) include/public/hvm/*.h $(DESTDIR)/usr/include/xen/hvm $(INSTALL_DATA) include/public/io/*.h $(DESTDIR)/usr/include/xen/io + $(INSTALL_DATA) include/public/xsm/*.h $(DESTDIR)/usr/include/xen/xsm $(INSTALL_DATA) include/public/foreign/*.h $(DESTDIR)/usr/include/xen/foreign $(INSTALL_DATA) include/public/COPYING $(DESTDIR)/usr/include/xen -- 2.30.2